setPivotY

open fun setPivotY(view: View, value: Float)(source)

Deprecated

Use setPivotX directly.

Sets the y location of the point around which the view is rotated and scaled. By default, the pivot point is centered on the object. Setting this property disables this behavior and causes the view to use only the explicitly set pivotX and pivotY values.

Parameters

view

view for which to set the pivot.

value

The y location of the pivot point.